html{
    font-family: "Anton SC", sans-serif;
    font-family: "Roboto", sans-serif;
    }
    :root{
    --azulElectrico:#0E00C2;
    --azulClaro:#1F438C;
    --azulOscuro:#244673;
    --blancoGrisaseo:#F2F2F2;
    --negro:#0D0D0D;
    --titulos: "Roboto", sans-serif;
    --parrafos:"Roboto",sans-serif;
    }
    html{
    box-sizing: border-box;
    font-size: 62.5%;
    }
    body{
    font-size: 1.6rem;
    }
    *,*::before,*::after{
    box-sizing: inherit;
    }
    /*Estilos globales*/
    h1,h2,h3{
    font-family:var(--titulos);
    }
    textarea{
            resize: none;
            padding: 1rem 1.6rem;
            margin-bottom: 1rem;
            width: 100%;         /* Asegura que ocupe todo el ancho del contenedor */
            height: 15rem;       /* Aumenta la altura a 15rem (ajústalo según prefieras) */
            background-color: white;
            border: none;
            outline: none;
            border-radius: 1rem;
            font-size: 1.6rem;   /* Aumenta el tamaño de la fuente si es necesario */
        }
    textarea, p, a{
    font-family: var(--parrafos);
    }
    
    .ocultar{
    display: none;
    }
    .contenedor{
    margin:0 auto;
    max-width: 120rem;
    width: 95%;
    }

    .boton-encabezado{
        text-align: center;
    }
    .btn{
        padding: 1rem 4rem;
        text-align: center;
        font-weight: bold;
        font-family: var(--parrafos);
        font-size:2rem;
        border: none;
        color:var(--blancoGrisaseo)
    }

    .btn:hover{
        cursor: pointer;
        background-color:var(--azulElectrico);
        color: var(--blancoGrisaseo);
        }.negro{
        background-color:var(--negro);
    }
    .negro{
    background-color:var(--negro)
    }
    .azul{
    background-color: var(--azulElectrico);
    }
    @keyframes desplazamiento{
    /*desplazamiento inicial*/
    0%{
    transform: translateX(-100%);
    }
    100%{
    transform: translateX(0);
    }
    }
    /*boton de whatsapp*/
    .boton-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;transition: all 300ms ease;
    }
    .boton-wsp:hover{
    background: #20ba5a;
    color: var(--blancoGrisaseo);
    }
    @media only screen and (min-width:320px) and (max-width:768px){
    .boton-wsp{
    width:63px;
    height:63px;
    line-height: 66px;
    }
    }
    /*Encabezado*/
    .encabezado{
    /*background-image: url('../index.html/img/construarte\ fondo.jpeg');*/
    background-image: url('alex\ y\ vanessa.png');
    background-repeat: no-repeat;
    min-height: 70rem;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    }
    @media(min-width: 768px) {
    .encabezado{
    background-attachment: fixed;
    }
    }.encabezado::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: -1;
    }
     /*boton de whatsapp*/
     .boton-wsp{
        position:fixed;
        width:60px;
        height:60px;
        line-height: 63px;
        bottom:25px;
        right:25px;
        background:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:35px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index:100;
        transition: all 300ms ease;
        }
        .boton-wsp:hover{
        background: #20ba5a;
        color: var(--blancoGrisaseo);
        }
        @media only screen and (min-width:320px) and (max-width:768px){
        .boton-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
        }
        }
        .construarte{ /*celular*/
            height: 10rem;
        }
        @media(min-width:768px){/*computadora*/
            .construarte{
                position:relative;
                top: unset;
                width: 40rem;
                height: 15rem;
     
        }
    }
    .logo h2{
    font-size: 3rem;}
    .logo h2 span{
    color:var(--azulElectrico)
    }
    .contenido-navegacion{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color:white;
    box-shadow: 10px 10px 16px -6px rgba(0, 4, 255, 0.45);
    width: 100%;
    top: 0;
    z-index: 3;
    }
    .navegacion{
    background-color:var(--blancoGrisaseo);/*cambiar tono de navegacion*/
    position: absolute;
    left:0;
    top:70px;
    width: 100%;
    animation: desplazamiento .5s ease-in-out;
    }
    @media(min-width:768px){
    .ocultar{
    display:inline
    }
    }
    .navegacion a{
    display:block;
    font-size:2rem;
    padding:1.1rem;color:var(--negro);
    text-decoration:none;
    text-align: center;
    transition: background-color .3s ease-in-out;
    }
    .navegacion a:hover{
    background-color: var(--azulElectrico);
    color:var(--blancoGrisaseo);
    }
    @media(min-width:760px){
    .navegacion a{
    display: inline;
    }
    }
    @media(min-width:760px){
    .navegacion{
    position: relative;
    top: unset;
    width: auto;
    background-color: unset;
    animation: unset;
    /*aqui puedo quitar o dejar la animacion opcional*/
    }
    }
    .menu span{
    width:5rem;
    height:1rem;
    border: 3px solid white;
    background-color: var(--negro);
    display: block;}
    @media(min-width:768px){
    .menu{
    display: none;
    }
    }
    /*contenido encabezado*/
    @media(min-width: 768px){
    .contenido-encabezado {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80%;
    }
    .contenido-encabezado, .formulario-encabezado{
    flex:0 0 calc(50% - 1rem);
    }
    }
    .texto-encabezado h1{
    font-size: 3rem;
    text-align: center;
    color: var(--blancoGrisaseo);
    padding-top: 4rem;
    }
    @media(min-width:768px){
    .texto-encabezado h1{
    font-size: 7rem;
    text-align: left;
    padding-top: 0;}
    }
    .formulario-encabezado{
    background-color:var(--blancoGrisaseo);
    display:flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem;
    border-radius: .5rem;
    }
    .formulario-encabezado h2{
    font-size: 3rem;
    text-align: center;
    margin-top: 0;
    }
    @media(min-width:768px){
    .formulario-encabezado h2{
    font-size: 4rem;
    }
    }
    .input-encabezado{
    width: 100%;          /* Mantén el ancho completo del contenedor */
    height: 5.6rem;       /* Aumenta la altura del input a 5.6rem (ajusta según prefieras) */
    padding: 0 1.6rem;
    border: 1px solid #f1f1f1;
    border-radius: .5rem;
    font-size: 1.8rem;    /* Aumenta el tamaño de la fuente */
    outline: none;   
    margin-bottom: 1rem;
    width: 100%;
    }
    .input-encabezado input{
    width: 100%;
    padding: 0 1.6rem;
    height: 4.8rem;
    border: 1px solid #f1f1f1;
    border-radius: .5rem;
    font-family: var(--parrafos);outline: none;
    }
    .textarea{
    font-family: (var(--parrafos));
    resize: none;
    }
    .ok {
    text-align: center;
    width: 100%;
    padding: 12px;
    background-color: #1e6;
    color: #fff
    }
    .bad {
    text-align: center;
    width: 100%;
    padding: 12px;
    background-color: #a22;
    color: #fff
    }
    .contacto{
padding-top: 5rem;
}
.contacto h2{
text-align: center;color: var(--azulElectrico);
font-size: 5rem;
font-family:var(--titulos);
}
@media(min-width: 768px) {
.contenido-contacto{
display: grid;
grid-template-columns: repeat(2,1fr);
}
}
.informacion-contacto{
background-image: url('alex\ y\ vanesa\ 2.jpg');
background-size: cover;
background-repeat: no-repeat;
position: relative;
z-index: -1;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.informacion-contacto::before{
content: '';position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0,0,0,0.3);
z-index: -1;
}
.informacion-contacto h3{
font-size: 4rem;
text-align: center;
}
.informacion-contacto p{
font-size: 2rem;
}
.informacion-contacto h3, .informacion-contacto p{
color: var(--blanco);
}
.formulario-contacto{
padding: 5rem;
display: flex;
flex-direction: column;
justify-content: center;
background-color: var(--azulOscuro);
}

.input-contacto label{
color: var(--blanco);
font-family: var(--parrafos);
display: block;
margin: 1rem 0;font-weight: bold;
}
.input-contacto input{
padding: 1.2rem 1rem;
font-family: var(--parrafos);
}
.input-contacto input, .input-contacto textarea{
width: 100%;
outline: none;
}
.input-contacto textarea{
resize: none;
}
.input-contacto input[type="submit"]{
background-color: var(--negro);
width: auto;
padding: 1rem 3rem;
transition: background-color .3s ease-in-out;
}
.input-contacto input[type="submit"]:hover{
background-color: var(--azulElectrico);
color: var(--blancoGrisaseo);
}
.input-contacto{
margin-bottom: 1rem;
width: 100%;}
.input-contacto input{
width: 100%;
padding: 0 1.6rem;
height: 4.8rem;
border: 1px solid #f1f1f1;
border-radius: .5rem;
font-family: var(--parrafos);
outline: none;
}
.textarea{
font-family: (var(--parrafos));
resize: none;
}
/*footer*/
/*::::Pie de Pagina*/
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: sans-serif;
}
footer{
width: 100%;
background: white;
color: var(--blancoGrisaseo);
}
.container-footer-all{
width: 100%;
max-width: 1200px;
margin: auto;
padding: 40px;
}
.container-body{
display: flex;
justify-content: space-between;
}
.colum1 img{
display: flex;
justify-content: center;
align-items: center;
width: 400px;
grid-gap:30px;
padding: 35px 0px;}
@media screen and (max-width: 1100px){
.colum1 img{
grid-gap:30px;
padding: 35px 0px;max-width: 100%;
}
}
.colum2{
max-width: 400px;
}
.colum2 a{
color:var(--negro);
text-decoration:none;
font-family: var(--parrafos);
}
.colum2 a:hover{
color: var(--azulElectrico);
text-decoration:none;
}
.colum2 h3{
font-size: 22px;
color: var(--azulElectrico);
}
.colum3 a{
color: var(--negro);
text-decoration: none;
}
.colum3 a:hover{
color: var(--azulElectrico);text-decoration: none;
}
.row{
margin-top: 20px;
display: flex;
}
.row img{
width: 36px;
height: 36px;
}
.row label{
margin-top: 10px;
margin-left: 20px;
color:var(--negro);
}
.colum3{
max-width: 400px;
}
.colum3 h3{
font-size: 22px;
color: var(--azulElectrico);
}
.row2{
margin-top: 20px;
display: flex;}
.row2 img{
width: 36px;
height: 36px;
}
.row2 label{
color: var(--negro);
margin-top: 10px;
margin-left: 20px;
max-width: 140px;
}
.container-footer{
width: 100%;
background: #101010;
}
.footer{
max-width: 1200px;
margin: auto;
display: flex;
justify-content: space-between;
padding: 20px;
}
.copyright{
color: #C7C7C7;
}.copyright a{
text-decoration: none;
color: white;
font-weight: bold;
}
.information a{
text-decoration: none;
color: #C7C7C7;
}
@media screen and (max-width: 1100px){
.container-body{
flex-wrap: wrap;
}
.colum1{
max-width: 100%;
}
.colum2,
.colum3{
margin-top: 40px;
}
}